My Stuff
Community Articles: What Topic Should We Cover Next? Your idea could be our next feature—drop your suggestion now and spark the next big discussion!
-
Re: I need to un apply Journal from Customer Invoice
The "Name" field isn't locked natively when the Journal is editable. One of the scripts deployed on the Journal record is locking it. You can check the technical documentation of each …1 -
Re: How to set Next Accounting Period on a Custom Field?
With 4-4-5, you may need a customization to display the next period, as you would need a library defining all next periods per 4-4-5.1 -
Re: How to set Next Accounting Period on a Custom Field?
Hey @Edwards_05, Something like this should work: Formula (Text): To_Char(ADD_MONTHS({startdate},1),'Mon') || ' ' || To_Char(ADD_MONTHS({startdate},1),'YYYY') Replace th…1 -
Re: About Bill of Materials Inquiry and Component Where Used Inquiry
Hey @User_JII5B, When you click "Customize" on the "Bill of Materials Inquiry" and "Component Where Used Inquiry" pages, you can select custom fields created on the Item…2 -
Re: Preferred Vendor not returned in a saved search after Duplicate Resolution
Hey @Paul L. Walker, You can run a CSV update to just "Edit/Save" a record without making any other changes. Please refer to SAID 103480 as a reference (there should be a few other similar …1